doe_rsm_model Derived Type

type, public :: doe_rsm_model

Response Surface Model (quadratic model for RSM).


Components

Type Visibility Attributes Name Initial
type(doe_model), public :: base_model

Base fitted model.

real(kind=real64), public, allocatable, dimension(:) :: interaction_coeff

Interaction coefficients.

real(kind=real64), public :: intercept

Model intercept.

real(kind=real64), public, allocatable, dimension(:) :: linear_coeff

Linear coefficients for each factor.

integer(kind=int32), public :: n_factors

Number of factors.

real(kind=real64), public, allocatable, dimension(:) :: quadratic_coeff

Quadratic coefficients (main effects squared).

real(kind=real64), public :: response_at_center

Predicted response at design center (coded 0,0,...,0).